com.supermap.plot

Class AnimationRotate



  • public class AnimationRotate
    extends AnimationGO
    Rotate animation
    • Constructor Detail

      • AnimationRotate

        public AnimationRotate()
    • Method Detail

      • setRotateDirection

        public void setRotateDirection(AnimationDefine.RotateDirection rotatedirection)
        Sets the rotation direction
        Parameters:
        rotatedirection - the rotation direction
      • setStartAngle

        public void setStartAngle(Point3D startangle)
        Sets the beginning rotation angle
        Parameters:
        startangle - the beginning rotation angle
      • getStartAngle

        public Point3D getStartAngle()
        Gets the beginning rotation angle
        Returns:
        the beginning rotation angle
      • setEndAngle

        public void setEndAngle(Point3D endangle)
        Sets the ending rotation angle
        Parameters:
        endangle - the ending rotation angle
      • getEndAngle

        public Point3D getEndAngle()
        Gets the ending rotation angle
        Returns:
        the ending rotation angle